MouseMoved

public interface MouseMoved implements MouseEvent

An event indicating that the mouse has been moved.

Types

Link copied to clipboard
public final class Builder
A builder of MouseMoved.

Functions

Link copied to clipboard
Returns the keyboard modifiers applied.
Link copied to clipboard
public Point location()
Returns the mouse position relative to the bounds of the browser instance.
Link copied to clipboard
Returns the mouse position relative to the bounds of the screen.
Link copied to clipboard
Returns the mouse modifiers applied.
Link copied to clipboard
public static MouseMoved.Builder newBuilder(Point location)
Creates a new MouseMoved builder with the given required parameters.